home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no"?>
- <!--
- ##############################################################################
- #
- # This file contains original work by Andy Southgate. Contact details can be
- # found at http://www.mushware.co.uk. This file was placed in the Public
- # Domain by Andy Southgate and Mushware Limited in 2002.
- #
- # This software carries NO WARRANTY of any kind.
- #
- ##############################################################################
- #
- # $Id: contract.xml,v 1.2 2002/07/08 14:22:02 southa Exp $
- # $Log: contract.xml,v $
- # Revision 1.2 2002/07/08 14:22:02 southa
- # Rotated desks
- #
- # Revision 1.1 2002/07/07 13:25:56 southa
- # Template designer
- #
- -->
- <!-- contract definition -->
- <contract version="0.0">
- <script type="text/core">
- configset("SPACES_PATH",$CONTRACT_PATH)
- configset("PIXELS_PATH",$CONTRACT_PATH)
- configset("WAVES_PATH",$CONTRACT_PATH)
- configset("DESIGNER_MAP_NAME",$GLOBAL_SPACES_PATH+'/floormap-template.xml')
- loadtilemap('tiles',$GLOBAL_SPACES_PATH+'/tilemap.xml')
- loadfloormap('floormap-template',$GLOBAL_SPACES_PATH+'/floormap-template.xml')
- loadfloormap('floor',$GLOBAL_SPACES_PATH+'/floormap-template.xml')
- </script>
- </contract>
-